home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2001 October / macformat-108.iso / Tutorials / Flash game tutorial / spot the difference final.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2001-08-01  |  85 b   |  8 lines

  1. ifFrameLoaded(5)
  2. {
  3.    tellTarget("/")
  4.    {
  5.       gotoAndStop("intro");
  6.    }
  7. }
  8.